home *** CD-ROM | disk | FTP | other *** search
/ CD Media Le CD-ROM 1994 #2 / CD Media Le CD-ROM - Volume 02.iso / mac / B / 00091_Script_91 < prev    next >
Text File  |  1994-10-20  |  320b  |  20 lines

  1. on exitFrame
  2.   puppetsprite 13, TRUE
  3.   global x,y,z,a,b
  4.   set y=1
  5.   
  6.   set z=11
  7.   MOTEUR
  8.   repeat with i=17 to 18
  9.     
  10.     puppetsprite i, TRUE
  11.     if rollover (i) then
  12.       set the ink of sprite i to 39
  13.     else
  14.       set the ink of sprite i to 5
  15.     end if
  16.   end repeat
  17.   
  18.   go to marker (0)
  19.   
  20. end